home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-17 | 767 b | 39 lines | [TEXT/ttxt] |
- # mac06©1997,98 by HNS/DSITRI hns@computer.org
- #
- # /etc/inittab
- # list of processes to be kept running by init process - even if they exit
- # format:
- # id:runlevel:action:process
- # # comment
- # id:
- # any identifier of one or two characters
- # runlevel:
- # any set of 's', 0-7 - empty set means 'all'
- # action:
- # initdefault
- # sysinit
- # respawn
- # off
- # powerfail
- # int<nn>
- # process:
- # a command executed by sh -c "exec cmd"
- #
-
- 0:0:initdefault:
-
- # start up system daemons
-
- start::sysinit:/usr/bin/sh /etc/rc
-
- # spawn initial shell
-
- cmdshell:s:respawn:/bin/sh -i </dev/console 1>&0 2>&1
-
- # spawn new shell on apple-N (SIGUSR1)
-
- newshell::int23:/bin/sh -i </dev/tty* 1>&0 2>&1
-
- run1:3:respawn:/bin/getty /dev/ttyp1
- run2:3:respawn:/bin/getty /dev/modem
-